runtime/pprof.locInfo.pcs (field)

4 uses

	runtime/pprof (current package)
		proto.go#L246: 	pcs []uintptr
		proto.go#L415: 			stk = stk[len(l.pcs):]
		proto.go#L442: 			stk = stk[len(l.pcs):] // skip the matching pcs.
		proto.go#L538: 	b.locs[addr] = locInfo{id: id, pcs: append([]uintptr{}, b.deck.pcs...)}